Uses of Enum Class
com.netscape.certsrv.logging.LogSource
Packages that use LogSource
-
Uses of LogSource in com.netscape.certsrv.logging
Fields in com.netscape.certsrv.logging declared as LogSourceModifier and TypeFieldDescriptionstatic final LogSource
ILogger.S_ACLS
log source: identify the log entry is from acl subsystemstatic final LogSource
ILogger.S_ADMIN
log source: identify the log entry is from admin subsystemstatic final LogSource
ILogger.S_ALL
log source: used by servlet to retrieve all logsstatic final LogSource
ILogger.S_AUTHENTICATION
log source: identify the log entry is from authentication subsystemstatic final LogSource
ILogger.S_AUTHORIZATION
log source: identify the log entry is from authorization subsystemstatic final LogSource
ILogger.S_CA
log source: identify the log entry is from CAstatic final LogSource
ILogger.S_DB
log source: identify the log entry is from database subsystemstatic final LogSource
ILogger.S_HTTP
log source: identify the log entry is from http subsystemstatic final LogSource
ILogger.S_KRA
log source: identify the log entry is from KRAstatic final LogSource
ILogger.S_LDAP
log source: identify the log entry is from ldap subsystemstatic final LogSource
ILogger.S_OCSP
static final LogSource
ILogger.S_OTHER
log source: identify the log entry is from other subsystem eg.static final LogSource
ILogger.S_RA
log source: identify the log entry is from RAstatic final LogSource
ILogger.S_REQQUEUE
log source: identify the log entry is from request queue subsystemstatic final LogSource
ILogger.S_SIGNED_AUDIT
log source: identify the log entry is from signed auditstatic final LogSource
ILogger.S_TKS
log source: identify the log entry is from CrossCertPair subsystemstatic final LogSource
ILogger.S_TPS
static final LogSource
ILogger.S_USRGRP
log source: identify the log entry is from usergrp subsystemstatic final LogSource
ILogger.S_XCERT
log source: identify the log entry is from CrossCertPair subsystemMethods in com.netscape.certsrv.logging that return LogSourceModifier and TypeMethodDescriptionLogEvent.getSource()
Retrieves log source.static LogSource
LogSource.valueOf
(int value) Returns the enum constant of this class with the specified name.static LogSource
Returns the enum constant of this class with the specified name.static LogSource[]
LogSource.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.netscape.certsrv.logging with parameters of type LogSourceModifier and TypeMethodDescriptionILogger.create
(LogCategory evtClass, LogSource source, int level, String msg, Object[] params, boolean multiline) void
ILogger.log
(LogCategory evtClass, LogSource source, int level, String msg) Logs an event to the log queue.void
ILogger.log
(LogCategory evtClass, LogSource source, int level, String msg, boolean multiline) Logs an event to the log queue.void
ILogger.log
(LogCategory evtClass, LogSource source, int level, String msg, Object param) Logs an event to the log queue.void
ILogger.log
(LogCategory evtClass, LogSource source, int level, String msg, Object[] params) Logs an event to the log queue.void
ILogger.log
(LogCategory evtClass, LogSource source, int level, String msg, Object param, boolean multiline) Logs an event to the log queue.void
ILogger.log
(LogCategory evtClass, LogSource source, String msg) Logs an event to the log queue.void
ILogger.log
(LogCategory evtClass, LogSource source, String msg, boolean multiline) Logs an event to the log queue.void
Sets log source. -
Uses of LogSource in com.netscape.cms.logging
Methods in com.netscape.cms.logging with parameters of type LogSourceModifier and TypeMethodDescriptionLogger.create
(LogCategory evtClass, LogSource source, int level, String msg, Object[] params, boolean multiline) Creates generic log event.LogEventFactory.createLogger
(LogCategory category, LogSource source) static Logger
Logger.getLogger
(LogCategory category, LogSource source) void
Logger.log
(LogCategory evtClass, LogSource source, int level, String msg) Logs an event to the log queue.void
Logger.log
(LogCategory evtClass, LogSource source, int level, String msg, boolean multiline) Logs an event to the log queue.void
Logger.log
(LogCategory evtClass, LogSource source, int level, String msg, Object param) Logs an event to the log queue.void
Logger.log
(LogCategory evtClass, LogSource source, int level, String msg, Object[] params) Logs an event to the log queue.void
Logger.log
(LogCategory evtClass, LogSource source, int level, String msg, Object[] params, boolean multiline) Logs an event to the log queue.void
Logger.log
(LogCategory evtClass, LogSource source, int level, String msg, Object param, boolean multiline) Logs an event to the log queue.void
Logger.log
(LogCategory evtClass, LogSource source, String msg) Logs an event using default log level.void
Logger.log
(LogCategory evtClass, LogSource source, String msg, boolean multiline) Logs an event using default log level.void
SignedAuditLogger.log
(LogCategory category, LogSource source, int level, String message, Object[] params, boolean multiline) Read all entries whose logLevel >= lowLevel and log source = source to at most maxLine entries(from end) If the parameter is -1, it's ignored and return all entriesvoid
Logger.update
(LogEvent event, LogSource source, int level, String message, Object[] params, boolean multiline) Updates a log event.void
SignedAuditLogger.update
(LogEvent event, LogSource source, int level, String message, Object[] params, boolean multiline) Constructors in com.netscape.cms.logging with parameters of type LogSourceModifierConstructorDescriptionLogger
(LogEventFactory factory, LogCategory category, LogSource source) Logger
(LogEventFactory factory, LogCategory category, LogSource source, int level)